GET /Group/GetMembers/{id}/

Gets the accounts/groups that belong to the group.
 

Request

Method Request URI
GET /API/Group/GetMembers/{id}/?includeInherited=value&sessionId=value

URI Parameters

URI Parameter Description
includeInherited If set to true, then inherited members are included.
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the group which data is requested.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

An array of arrays, with each index containing an array of Dundas.BI.WebApi.Models.MemberInfoData objects, or a status code indicating the problem.